SixBit API Schema
BuyerType Complex Type
Description
The information about a buyer.
Namespace (none)
Diagram
Any Sequence CustomFields Element ReferenceID Element eBayAddressID Element Phone Element Country Element PostalCode Element State Element City Element AddressLine3 Element AddressLine2 Element AddressLine1 Element Company Element LastName Element Initial Element FirstName Element Name Element All ShippingAddress Element ReferenceID Element eBayAddressID Element Phone Element Country Element PostalCode Element State Element City Element AddressLine3 Element AddressLine2 Element AddressLine1 Element Company Element LastName Element Initial Element FirstName Element Name Element All BillingAddress Element Suffix Element Prefix Element WebAddress Element Title Element DateLastModified Element SalesTaxID Element Notes Element Fax Element Phone Element Company Element LastName Element Initial Element FirstName Element eBayUserid Element Email Element BuyerID Element All BuyerType Complex Type
Overview
BuyerType
The information about a buyer.
All
Sequence
Any 0..∞
Used By
Buyer Element
Buyer Element
Source
<xs:complexType name="BuyerType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information about a buyer.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="BuyerID" type="BuyerIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Email" type="EmailType" maxOccurs="1" minOccurs="0" />
    <xs:element name="eBayUserid" type="eBayUseridType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FirstName" type="FirstNameType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Initial" type="InitialType" maxOccurs="1" minOccurs="0" />
    <xs:element name="LastName" type="LastNameType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Company" type="CompanyType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Phone" type="PhoneType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Fax" type="FaxType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Notes" type="NotesType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SalesTaxID" type="SalesTaxIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="DateLastModified" type="DateLastModifiedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Title" type="NameTitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="WebAddress" type="WebAddressType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Prefix" type="PrefixType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Suffix" type="SuffixType" maxOccurs="1" minOccurs="0" />
    <xs:element name="BillingAddress" maxOccurs="1" minOccurs="0" type="AddressType" />
    <xs:element name="ShippingAddress" maxOccurs="1" minOccurs="0" type="AddressType" />
    <xs:element name="CustomFields" maxOccurs="1" minOccurs="0" type="CustomFieldsType" />
  </xs:all>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.